You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > LQR Method > Matrix.LQR Method ([In] TMtx, [In] TMtx, [In] TMtx, bool)
Dew Math for .NET
ContentsIndexHome
Example
var Q,R,A: Matrix; begin A.SetIt(3,2,False,[1,2, 3,4, 3,3]); A.LQR(nil,Q,R,false); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.